dead fire - определение. Что такое dead fire
DICLIB.COM
Языковые инструменты на ИИ
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое dead fire - определение

SEVERAL COMPUTER MACHINE CODE INSTRUCTIONS THAT CAUSE A COMPUTER'S CPU TO HALT
Halt and Catch Fire (HCF); Stop and Catch Fire; Halt and catch fire (computing); HCF (computing); Drop dead (computing); Drop Dead (computing)

Dead on the Bones: Pulp on Fire         
COLLECTION OF NOVELLAS AND SHORE STORIES BY JOE R. LANSDALE
Dead on The Bones: Pulp on Fire
Dead on the Bones: Pulp on Fire is a collection of novellas and short stories written by American author Joe R. Lansdale.
dead centre         
WIKIMEDIA DISAMBIGUATION PAGE
Dead Center (album); Dead centre; Dead center (disambiguation); Dead Center
¦ noun the position of a crank when it is in line with the connecting rod and not exerting torque.
dead ringer         
WIKIMEDIA DISAMBIGUATION PAGE
Dead ringer; Dead Ringers; Deadringer; Dead ringers; Dead Ringer (disambiguation)
¦ noun informal a person or thing that looks very like another: he's a dead ringer for his late papa.

Википедия

Halt and Catch Fire (computing)

In computer engineering, Halt and Catch Fire, known by the assembly mnemonic HCF, is an idiom referring to a computer machine code instruction that causes the computer's central processing unit (CPU) to cease meaningful operation, typically requiring a restart of the computer. It originally referred to a fictitious instruction in IBM System/360 computers (introduced in 1964), making a joke about its numerous non-obvious instruction mnemonics.

With the advent of the MC6800 (introduced in 1974), a design flaw was discovered by programmers. Due to incomplete opcode decoding, two illegal opcodes, 0x9D and 0xDD, will cause the program counter on the processor to increment endlessly, which locks the processor until reset. Those codes have been unofficially named HCF. During the design process of the MC6802, engineers originally planned to remove this instruction, but kept it as-is for testing purposes. As a result, HCF was officially recognized as a real instruction. Later, HCF became a humorous catch-all term for instructions that may freeze a processor, including intentional instructions for testing purposes, and unintentional illegal instructions. Some are considered hardware defects, and if the system is shared, a malicious user can execute it to launch a denial-of-service attack.

In the case of real instructions, the implication of this expression is that, whereas in most cases in which a CPU executes an unintended instruction (a bug in the code) the computer may still be able to recover, in the case of an HCF instruction there is, by definition, no way for the system to recover without a restart.

The expression catch fire is a facetious exaggeration of the speed with which the CPU chip would be switching some bus circuits, causing them to overheat and burn.